home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Objrepos / Win2KApp / About.dfm / About.txt
Text File  |  2001-05-22  |  1KB  |  79 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 257
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 10
  21.     Top = 10
  22.     Width = 346
  23.     Height = 198
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 10
  28.       Top = 10
  29.       Width = 80
  30.       Height = 70
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 108
  35.       Top = 20
  36.       Width = 86
  37.       Height = 16
  38.       Caption = 'Product Name'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 108
  43.       Top = 49
  44.       Width = 46
  45.       Height = 16
  46.       Caption = 'Version'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 10
  51.       Top = 98
  52.       Width = 57
  53.       Height = 16
  54.       Caption = 'Copyright'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 10
  59.       Top = 128
  60.       Width = 64
  61.       Height = 16
  62.       Caption = 'Comments'
  63.       WordWrap = True
  64.       IsControl = True
  65.     end
  66.   end
  67.   object OKButton: TButton
  68.     Left = 145
  69.     Top = 219
  70.     Width = 80
  71.     Height = 32
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.     IsControl = True
  77.   end
  78. end
  79.